ComponentOne Data Source for Entity Framework
C1.LiveLinq.Indexing Namespace / SubindexCollection<T> Class
The type of the elements of the collection to index.
Members

In This Topic
    SubindexCollection<T> Class
    In This Topic
    Represents a collection of subindexes attached to an IndexDefinition<T>.
    Object Model
    SubindexCollection<T> Class
    Syntax
    'Declaration
     
    
    Public NotInheritable Class SubindexCollection(Of T) 
    public sealed class SubindexCollection<T> 
    Type Parameters
    T
    The type of the elements of the collection to index.
    Remarks

    A Subindex<T,TKey> is attached to its parent index definition, which is an Index<T,TKey> or another Subindex<T,TKey>. The subindexes collection is stored in the parent's IndexDefinition<T>.Subindexes property.

    Subindexes are optional, not required for any indexing tasks, but can provide additional optimization and help minimize memory requirements when a collection is indexed by multi-level (multi-field) keys.

    Inheritance Hierarchy

    System.Object
       C1.LiveLinq.Indexing.SubindexCollection<T>

    See Also